LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

SetIsclAuthenticationData(Byte[],Int32) Method








Buffer that holds the authentication data.
The length of the authentication data, in bytes. The method will fail if this is not in the range 1 to 128.
Sets the authentication data used during the mutual authentication process. .NET support
Syntax
public void SetIsclAuthenticationData( 
   byte[] buffer,
   int length
)
'Declaration
 
Public Overloads Sub SetIsclAuthenticationData( _
   ByVal buffer() As Byte, _
   ByVal length As Integer _
) 
'Usage
 
Dim instance As DicomNet
Dim buffer() As Byte
Dim length As Integer
 
instance.SetIsclAuthenticationData(buffer, length)
public void SetIsclAuthenticationData( 
   byte[] buffer,
   int length
)
ObjectiveC Syntax
 function Leadtools.Dicom.DicomNet.SetIsclAuthenticationData(Byte[],Int32)( 
   buffer ,
   length 
)
public:
void SetIsclAuthenticationData( 
   array<byte>^ buffer,
   int length
) 

Parameters

buffer
Buffer that holds the authentication data.
length
The length of the authentication data, in bytes. The method will fail if this is not in the range 1 to 128.
Remarks
Every ISCL-compliant entity must have between 1 and 128 bytes of authentication data. This authentication data is exchanged between the client and the server during the mutual authentication process. This method sets an array of 1 to 128 bytes that contains the authentication data.

The authentication data is data exchanged in plain text. After the mutual authentication process, the communication entities can verify the authentication data of the other entity (client or server) and, if the authentication data is wrong, can close the connection.

Example
For an example, refer to SetIsclMutualAuthenticationAlgorithm.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomNet Class
DicomNet Members
Overload List
SetIsclAuthenticationData(IntPtr,Int32) Method
SetIsclDefaultSigningMode Method
SetIsclDefaultEncryptionMode Method
SetIsclMaxCommunicationBlockLength Method
SetIsclMaxMessageLength Method
SetIsclMutualAuthenticationAlgorithm Method
SetIsclMutualAuthenticationKey Method
SetIsclIndexForMutualAuthentication Method
SetIsclEncryptionKey Method
SetIsclEncryptionKeyIndex Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features